home *** CD-ROM | disk | FTP | other *** search
- Path: uunet!cs.utexas.edu!sun-barr!newstop!sun!andrew.cmu.edu
- From: dl2n+@andrew.cmu.edu (Daniel Edward Lovinger)
- Newsgroups: comp.sources.x
- Subject: v08i045: xlife 2.0, Patch8, Part01/01
- Message-ID: <138559@sun.Eng.Sun.COM>
- Date: 8 Jul 90 19:51:58 GMT
- Sender: news@sun.Eng.Sun.COM
- Lines: 60
- Approved: argv@sun.com
-
- Submitted-by: Daniel Edward Lovinger <dl2n+@andrew.cmu.edu>
- Posting-number: Volume 8, Issue 45
- Archive-name: xlife/patch8
- Patch-To: xlife: Volume 8, Issue 37-44
-
- This patch brings xlife from patchevel 7 to patchlevel 8. It is
- required for succesful compilation of the distribution.
-
- diff -cb xlife-2.0/keyin.c xlife/keyin.c
- *** xlife-2.0/keyin.c Sun Jul 8 00:48:18 1990
- --- xlife/keyin.c Tue Jul 3 19:30:03 1990
- ***************
- *** 136,142 ****
- break;
- case 'o':
- generate();
- ! refresh();
- break;
- case 'C':
- clear();
- --- 136,142 ----
- break;
- case 'o':
- generate();
- ! redisplay();
- break;
- case 'C':
- clear();
- diff -cb xlife-2.0/patchlevel.h xlife/patchlevel.h
- *** xlife-2.0/patchlevel.h Sun Jul 8 00:52:09 1990
- --- xlife/patchlevel.h Sun Jul 8 01:00:22 1990
- ***************
- *** 20,23 ****
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
- ! static char *level="xlife patchlevel 7";
- --- 20,23 ----
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
- ! static char *level="xlife patchlevel 8";
-
- *** xlife-2.0/gentab.c Sun Jul 8 00:51:02 1990
- --- xlife/gentab.c Sun Jul 8 14:22:17 1990
- ***************
- *** 21,27 ****
- */
-
- #include "defs.h"
- - #include "struct.h"
- #include "macros.h"
-
- void gentab()
- --- 21,26 ----
-
- dan
- ----------------------------------------------------
- O'Reilly && Associates argv@sun.com / argv@ora.com
- Opinions expressed reflect those of the author only.
-